import { EvershopRequest } from '../../../../types/request.js'; /** * This is the session based authentication middleware. * We do not implement session middleware on API routes, instead we only load the session from the database and set the user in the context. * @param {*} request * @param {*} response * @param {*} next * @returns */ declare const _default: (request: EvershopRequest, response: any, next: any) => Promise; export default _default;